home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / fscode.rdm < prev    next >
Text File  |  1996-05-20  |  835b  |  24 lines

  1. Short:    Base 85 uuencode replacement
  2. Author:   flavio@iestn.inet.it (Flavio Stanchina)
  3. Uploader: flavio@iestn.inet.it (Flavio Stanchina)
  4. Version:  37.20
  5. Type:     util/arc
  6.  
  7. FSCode was born to be a more efficient replacement for uuencode;
  8. it's purpose is to encode a binary file (for example, an executable
  9. or an archive such as those made by LhA or Zip) using only the
  10. standard ASCII character set, i.e. the characters between 32 and 126.
  11.  
  12. uuencode encodes 3 bytes into 4 characters, enlarging a file by
  13. 33%; FSCode does a better job by encoding 4 bytes (a longword) into
  14. 5 characters: the enlargement is only 25%.
  15.  
  16. FSCode can split a large file in multiple parta, and collect multiple
  17. files and/or multiple parts from one single text file.
  18.  
  19. FSCode is freeware.
  20.  
  21.    Flavio Stanchina
  22.    Loc. Montevaccino, 39
  23.    38040 Trento (Italia)
  24.